home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / text0132.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.5 KB  |  41 lines

  1. OK, ill try and explain this problem again. Im making a perspective
  2. box/rectangle, so naturally, one end will be close, and the other end
  3. smaller, so simulate the depth of the box. Here is an example: (crap ASCII art)
  4.  
  5.  
  6.                        |
  7.                        |
  8.                        |                                  |
  9.                        |                                  |
  10.                        |
  11.                        |
  12.  
  13. Now, the tops would also be joined (buit the characters look crap on this
  14. PC). Im trying to find the quickest possible way, to find the top and bottom
  15. Y coordinates of these lines quickly and effectively, no matter how big or
  16. small the sides are in accordance to each other.
  17.  
  18. Its very important that I try to find a quick way of doiing this, as at the
  19. moment, I am using IF...ENDIF moving one pixel at a time, which is very time
  20. consuming to my programs.
  21.  
  22. I hope that this explains the problem a little better this time
  23.  
  24. Mush
  25.  
  26.   --------******( Extreme AMOS )******--------
  27.  
  28. The best AMOS homepages around, full of downloads, and my AMOS disk
  29. magazine. Order games and utilities  directly from the library, for FREE.
  30.  
  31.           See my homepages at http://www.mushy-pd.demon.co.uk or
  32. http://members.tripod.com/~mushypd for more information.
  33.  
  34.       Email: mpd@mushy-pd.demon.co.uk      mpd@computer4u.com
  35.                                   mushy_pd@hotmail.com
  36.  
  37.                    Look for Mush now on IPhone in AMOS!!
  38.                               ICQ No. - 778243 (talk to me!!)
  39.  
  40.  
  41.